home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / syspower / help.txt next >
Text File  |  1999-05-26  |  828b  |  33 lines

  1. To access the functions in this control call these procedures
  2.  
  3. Suspend the computer
  4. syspower1.suspend(stype as bool,force as bool)
  5.  
  6. stype
  7.  
  8. Suspension technique. If TRUE, the system suspends using RAM-alive technique. Otherwise, suspends using hibernate technique.
  9.  
  10. Force
  11. if true the computer wll suspend without asking all programs running if they want to suspend if false the computer will ask all programs running if they want to suspend if they reply no the computer will not suspend.
  12.  
  13. shutdown the computer
  14. syspower1.shutdown()
  15.  
  16. logoff the computer
  17. syspower1.logoff()
  18.  
  19. restart the computer
  20. syspower1.restart()
  21.  
  22. If you have any problems email me at syspower@activex.freehosting.net or
  23. send me a letter at 
  24. Darren Buse
  25. 13 Yeoman Way
  26. Bearsted
  27. Maidstone
  28. Kent
  29. ME15 8PQ
  30. United Kingdom
  31.  
  32.  
  33. Darren Buse